home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 626-637 / disk_635 / ldp / read.me < prev    next >
Text File  |  1992-05-06  |  2KB  |  42 lines

  1. Laser Disc Player  ARexx compatible    by Ron M. Battle       copyright 1991
  2. Supports basic commands of Hitachi, Pioneer, and Sony RS-232 laser disk players.
  3. Thanx to Brian Berg and Larry Shultz for artistic enhancements!
  4. Unfortunately, the Hitachi drivers are untested. No one was willing to test!
  5. Let me know what you find (anyone with a 9500 or 9550). Also, the log button
  6. doesn't work properly in WorkBench V1.3. You need to keep pressing the Left
  7. Arrow key to get to the left of the display. Solution: move ahead, never look
  8. back, get WB2.0 ! :)
  9. You can test the ARexx interface by typing rx test.ldp. You can run a
  10. preconfigured LDP from the command line by typing rx sony.ldp (or hitachi.ldp
  11. or pioneer.ldp).  (You don't need rx if WB2.0)
  12. ------------------------------------------------------------------------------
  13.   CLI USAGE: run ldp -bBaud -pPlayerType -rRemoteOn/Off -uSerialUnit#
  14.     example: run ldp -b1200 -pSony       -rOn   -u0     (DEFAULT)
  15.   WB  USAGE: ToolTypes: BAUD  PLAYER  REMOTE  WINDOW  UNIT
  16.     example: BAUD=4800 PLAYER=PIONEER REMOTE=ON WINDOW=CON:20/20/320/70/LDP!
  17. Public Port: LDP   (case sensitive)
  18.        Note: On remote, click in text area, enter note and press LOG,
  19.              current frame# and note will be saved to ram:LDP.log
  20.        Help: Press Help key on keyboard!
  21.  ARexx cmds:
  22.   address (returns frame# as 32 bit integer)  baud rate (set baud rate)
  23.   clear (clear all commands)  eject (open door)  enter (terminate some commands)
  24.   forward howfast (step/slow/fast/scan/normal)   frame (set frame mode)
  25.   index toggle (on/off)  init (initialize player)  play start end (play sequence)
  26.   quit (shut down program)  ready (returns 1 if player ready)
  27.   reverse howfast (step/slow/fast/scan/normal)  search frame# (ASCII digits)
  28.   still (still frame)
  29.   vplayer type (set player type: sony/hitachi/pioneer/none, returns 32 bit int)
  30.  
  31.  
  32. CLI ARexx example:  rx 'address LDP play 5000 5100'
  33. ------------------------------------------------------------------------------
  34.  
  35. I hope you have fun with this!    RMB :)  2-22-92
  36.  
  37. Ron M. Battle
  38. 439 Ash NE
  39. Albuquerque, NM 87106
  40. rbattle@hydra.unm.edu  (Internet)
  41.  
  42.